home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / we-20k.zip / SAMPHLP.WE_ < prev    next >
Text File  |  1992-11-17  |  2KB  |  34 lines

  1. ; WEH files all have a KEYWORD section, and various keywords underneath.
  2. ; Depending on the HelpFileType in the WEHELP.INI file, keywords are used for
  3. ; different purposes. Some HelpFileTypes are:
  4. ;
  5. ;     HelpFileType 1 (Which this file is) 
  6. ;         The keyword points to the information string associated
  7. ;         with the keyword, and is displayed in a simple message box.
  8. ;   
  9. ;     HelpFileType 2 (Which includes most standard Windows HLP files)
  10. ;         Simply by defining the keyword, and setting it to a non-zero value
  11. ;         (we seem to like 1) indicated that the Windows help file can provide
  12. ;         help for that particular keyword simply by running the WIL WinHelp
  13. ;         function and directly passing the keyword unaltered.
  14. ;
  15. ;     HelpFileType 3 (Which includes all the Microsoft QuickHelp files)
  16. ;         Allows access to the Microsoft QuickHelp database.
  17. ;    
  18. ;     HelpFileTypes from 0 to 99 have been reserved by Wilson WindowWare for
  19. ;         future expansion.  You you want to define you own, use numbers 100
  20. ;         and larger.
  21. ;
  22. ; In this type of HelpFile (Type 1 - Quick and Dirty MessageBoxes) the tilde
  23. ; symbol  -> ~ <- is used to indicate line breaks.  See examples below.
  24.  
  25. [Keywords]
  26. KeyWords=The KEYWORDS section is the only~section in a WEH file.~It provides a handle for the~IniReadPvt function used in~the processing routines.
  27. IniReadPvt=A WIL function used to access Private INI files.
  28. WIL=Windows Interface Language.~The basis of the WinEdit Professional Macro language.
  29. WEH=WinEdit Help descriptor file.~The WEH files contain~information used by the WinEdit~Help processor to locate~the desired help information.
  30. section=In this context, a section is~a portion of an INI file demarcated by a~section name in square brackets.
  31. INI=A type of Windows data file allowing~fast and easy lookup of text based~information.  Shorthand for~INItialization file.
  32. file=A collection of data.
  33. files=Collections of data.
  34.